POST /ShortLink/DeleteForgotten/
Deletes short links whose "last accessed time" is before the specified date.
Request
| Method |
Request URI |
| POST |
/API/ShortLink/DeleteForgotten/?sessionId=value |
URI Parameters
| URI Parameter |
Description |
| sessionId |
Current session ID. Specifying via an Authorization request header instead is recommended. |
Request Headers
| Authorization: Bearer <Current session ID> |
Request Body
Name: thresholdDate
Type: System.DateTime
Response
Response Body
A System.Int32 with the number of short links deleted, or a status code indicating the problem.